FieldMetadata(Int32, EdmMember) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new FieldMetadata object with the specified ordinal value and field type.
public:
FieldMetadata(int ordinal, System::Data::Metadata::Edm::EdmMember ^ fieldType);
public FieldMetadata (int ordinal, System.Data.Metadata.Edm.EdmMember fieldType);
new System.Data.Common.FieldMetadata : int * System.Data.Metadata.Edm.EdmMember -> System.Data.Common.FieldMetadata
Public Sub New (ordinal As Integer, fieldType As EdmMember)
Parameters
- ordinal
- Int32
An integer specified the location of the metadata.
- fieldType
- EdmMember
The field type.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.