Share via


IEdmFunctionImport.EntitySet Property

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.

See Also

Reference

IEdmFunctionImport Interface

Microsoft.Data.Edm Namespace