Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the entity set associated with this function.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property EntitySet As IEdmExpression
Get
'Usage
Dim instance As EdmFunctionImport
Dim value As IEdmExpression
value = instance.EntitySet
public IEdmExpression EntitySet { get; }
public:
virtual property IEdmExpression^ EntitySet {
IEdmExpression^ get () sealed;
}
abstract EntitySet : IEdmExpression
override EntitySet : IEdmExpression
final function get EntitySet () : IEdmExpression
Property Value
Type: Microsoft.Data.Edm.Expressions.IEdmExpression
The entity set associated with this function.