ContainerName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the name of the container of this function.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

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

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

Property Value

Type: System..::..String

Implements

IEdmEntityContainerElement..::..ContainerName

See Also

Reference

EdmFunctionImport Class

Microsoft.Data.Edm.Library Namespace