ReflectionDataServiceProvider.ContainerName Property

Name of the EDM container

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ContainerName As String 
    Get
'Usage
Dim instance As ReflectionDataServiceProvider 
Dim value As String 

value = instance.ContainerName
public virtual string ContainerName { get; }
public:
virtual property String^ ContainerName {
    String^ get ();
}
abstract ContainerName : string 
override ContainerName : string
function get ContainerName () : String

Property Value

Type: System.String

Implements

IDataServiceMetadataProvider.ContainerName

See Also

Reference

ReflectionDataServiceProvider Class

System.Data.Services.Providers Namespace