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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.