Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.