Click or drag to resize
LLBLGenProODataServiceBaseTLinqMetaDataContainerName Property
Gets the name of the container. This value is used for example when a proxy is generated by VS through Add Service Reference. The main context class generated will have the ContainerName. By default it returns "LLBLGenProODataService"

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual string ContainerName { get; }

Property Value

Type: String
See Also