Click or drag to resize
IDbFunctionCallCatalogName Property
Gets or sets the name of the catalog the function is located in. Can be ignored on databases which don't support catalogs.

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 CatalogName { get; set; }

Property Value

Type: String
The name of the catalog.
Remarks
If catalog name isn't supplied, the function has to be present in the active catalog the user is connected with.
See Also