Click or drag to resize
ImportableField Properties

The ImportableField type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets or sets the description of this Field
Public propertyDirection
Gets or sets the direction.
Public propertyFieldIndex
Gets or sets the index of the field.
Public propertyFieldType
Gets or sets the type of the field. This is the FieldTypeForXML value as defined on the source IFieldType element. If the type is a valuetype, it has already been adjusted to the name specified for the valuetype in the first level information.
Public propertyIsAutoCreatedFkField
Gets or sets a value indicating whether this instance is auto created fk field.
Public propertyIsDiscriminator
Gets or sets a value indicating whether this instance is the discriminator field of the containing entity. Ignored in value types.
Public propertyIsOptional
Gets or sets a value indicating whether this field is optional .
Public propertyIsPartOfIdentifyingFields
Gets or sets a value indicating whether this instance is part of the identifying fields
Public propertyIsReadOnly
Gets or sets the IsReadOnly flag
Public propertyMaxLength
Gets or sets the maximum length of this field.
Public propertyName
Gets or sets the name of this Field
Public propertyPrecision
Gets or sets the precision.
Public propertyScale
Gets or sets the scale.
Top
See Also