DwParameterAttribute.DwParameterAttribute(string name, Type dataType) Constructor
.NET Standard 2.x
Initializes a new instance of the DwParameterAttribute class.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public DwParameterAttribute(string name, Type dataType) : base(name, 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