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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.