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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.