SPColumnDefinition members
Defines a column in the data store in order to define the provider schema.
The SPColumnDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPColumnDefinition(String, SqlDbType) | Instantiates a new instance of the SPColumnDefinition class and provides the name and SQL data type for the new column. | |
SPColumnDefinition(String, SqlDbType, Int32) | Instantiates a new instance of the SPColumnDefinition class and provides the name, the SQL data type, and the size for the new column. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the column name. | |
Size | Gets the column size, in number of bytes. | |
Type | Gets the column SQL data type. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Retrieves the hash code. (Overrides ValueType.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string representation of the column name and type name. (Overrides ValueType.ToString().) |
Top