This documentation is archived and is not being maintained.

DataSetFieldSchema Members

Represents the structure, or schema, of a data field.

The DataSetFieldSchema type exposes the following members.

  NameDescription
Public method DataSetFieldSchema Initializes a new instance of the DataSetFieldSchema class using a specified DataColumn.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property DataType Gets the type of data stored in the data field.
Public property Identity Gets a value indicating whether the value of the data field automatically increments for each new row added to the table or view.
Public property IsReadOnly Gets a value indicating whether the DataColumn is read-only.
Public property IsUnique Gets a value indicating whether values in the data field are required to be unique.
Public property Length Gets a value indicating the size of data that can be stored in the data field.
Public property Name Gets the name of the data field.
Public property Nullable Gets a value indicating whether the data field can accept nullptr values.
Public property Precision Gets the maximum number of digits used to represent a numerical value in the data field.
Public property PrimaryKey Gets a value indicating whether the data field is in the primary key for the containing table or view.
Public property Scale Gets the number of decimal places to which numerical values in the data field are resolved.
Top
Show: