DataSetFieldSchema Members
.NET Framework 2.0
Represents the structure, or schema, of a data field.
The following tables list the members exposed by the DataSetFieldSchema type.
| Name | Description | |
|---|---|---|
| DataSetFieldSchema | Initializes a new instance of the DataSetFieldSchema class using a specified DataColumn. |
| Name | Description | |
|---|---|---|
| DataType | Gets the type of data stored in the data field. |
| Identity | Gets a value indicating whether the value of the data field automatically increments for each new row added to the table or view. |
| IsReadOnly | Gets a value indicating whether the DataColumn is read-only. |
| IsUnique | Gets a value indicating whether values in the data field are required to be unique. |
| Length | Gets a value indicating the size of data that can be stored in the data field. |
| Name | Gets the name of the data field. |
| Nullable | Gets a value indicating whether the data field can accept a null reference (Nothing in Visual Basic) values. |
| Precision | Gets the maximum number of digits used to represent a numerical value in the data field. |
| PrimaryKey | Gets a value indicating whether the data field is in the primary key for the containing table or view. |
| Scale | Gets the number of decimal places to which numerical values in the data field are resolved. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Show: