EntityFieldSourceSchemaName Property  | 
 
            The name of the schema which holds 
SourceObjectName. Schema is used to generate SQL on the fly. 
            A common schema name in SqlServer is f.e. 'dbo'.
            
 
    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 SourceSchemaName { get; }<XmlIgnoreAttribute>
Public ReadOnly Property SourceSchemaName As String
	Get
Property Value
Type: 
StringImplements
IFieldPersistenceInfoSourceSchemaName
See Also