Click or drag to resize
DbFunctionCallCatalogName 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
public string CatalogName { get; set; }

Property Value

Type: String
The name of the catalog.

Implements

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