SqlColumnAttribute.SqlColumnAttribute(string column) Constructor
.NET Standard 2.x
Initializes a new instance of the SqlColumnAttribute class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public SqlColumnAttribute(string column)
Parameters
column
System.String
The name of the column which the property is mapped to.
Applies to
.NET Standard
2.x