SqlParameterAttribute.SqlParameterAttribute(string name, Type dataType) Constructor
.NET Standard 2.x
Initializes a new instance of the SqlParameterAttribute class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public SqlParameterAttribute(string name, Type dataType)
Parameters
name
System.String
The name of the parameter.
dataType
System.Type
The data type of the parameter.
Applies to
.NET Standard
2.x