Click or drag to resize

FieldPersistenceInfoSourceColumnName 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.5.0.0 (5.5.18.1019)
Syntax
public string SourceColumnName { get; }

Property Value

Type: String

Implements

IFieldPersistenceInfoSourceColumnName
See Also