Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the entity set where the result of this function import will be contained in.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property EntitySet As IEdmExpression
Get
'Usage
Dim instance As IEdmFunctionImport
Dim value As IEdmExpression
value = instance.EntitySet
IEdmExpression EntitySet { get; }
property IEdmExpression^ EntitySet {
IEdmExpression^ get ();
}
abstract EntitySet : IEdmExpression
function get EntitySet () : IEdmExpression
Property Value
Type: Microsoft.Data.Edm.Expressions.IEdmExpression
The entity set where the result of this function import will be contained in.