DbFunctionCallSchemaName Property |
Gets or sets the name of the schema the function is located in. Can be ignored on databases which don't support schemas.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public string SchemaName { get; set; }
Public Property SchemaName As String
Get
Set
Property Value
Type:
StringThe name of the schema.
Implements
IDbFunctionCallSchemaNameRemarks If schema name isn't supplied, the function has to be present in the default schema the user has access to in the current catalog.
If you've specified a catalog, always specify the schema. If the function to call is a system function, don't specify schema nor catalog name.
If the function name is preformatted, schemaname and catalogname are ignored.
See Also