EntityFieldSourceObjectName Property  | 
 
            The name of the source object which holds 
SourceColumnName. Can be a view or a table. Used to generate SQL on the fly.
            
 
    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 SourceObjectName { get; }<XmlIgnoreAttribute>
Public ReadOnly Property SourceObjectName As String
	Get
Property Value
Type: 
StringImplements
IFieldPersistenceInfoSourceObjectName
See Also