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.1.0.0 (5.1.0)
Syntax public string CatalogName { get; set; }
Public Property CatalogName As String
Get
Set
Property Value
Type:
StringThe name of the catalog.
Implements
IDbFunctionCallCatalogNameRemarks If catalog name isn't supplied, the function has to be present in the active catalog the user is connected with.
See Also