Click or drag to resize
DbFunctionCall.CatalogName 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.2.0.0 (5.2.17.0403)
Syntax
public string CatalogName { get; set; }

Property Value

Type: String
The name of the catalog.

Implements

IDbFunctionCall.CatalogName
Remarks
If catalog name isn't supplied, the function has to be present in the active catalog the user is connected with.
See Also