EntityFieldSourceColumnName Property |
The name of the corresponding column in a view or table for this entityfield. This name is used to map a column in a resultset onto the entity field.
Used for update/insert operations on the column
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax[XmlIgnoreAttribute]
public string SourceColumnName { get; }
<XmlIgnoreAttribute>
Public ReadOnly Property SourceColumnName As String
Get
Property Value
Type:
StringImplements
IFieldPersistenceInfoSourceColumnName
See Also