Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
string SchemaName { get; set; }

Property Value

Type: String
The 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