EntityContainer::FunctionImports Property
.NET Framework (current version)
Specifies a collection of EdmFunction elements. Each function contains the details of a stored procedure that exists in the database or equivalent CommandText that is mapped to an entity and its properties.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property ReadOnlyMetadataCollection<EdmFunction^>^ FunctionImports { ReadOnlyMetadataCollection<EdmFunction^>^ get(); }
Property Value
Type: System.Data.Metadata.Edm::ReadOnlyMetadataCollection<EdmFunction^>^A ReadOnlyMetadataCollection<T> that contains EdmFunction elements.
.NET Framework
Available since 4.0
Available since 4.0
Show: