IDbFunctionCallSchemaName 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.1.0.0 (5.1.0)
Syntax string SchemaName { get; set; }
Property SchemaName As String
Get
Set
Property Value
Type:
StringThe name of the schema.
Remarks 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.
See Also