Name | Description | |
---|---|---|
DataColumn Constructor | Overloaded. |
The following tables list the members exposed by DataColumn.
Name | Description | |
---|---|---|
DataColumn Constructor | Overloaded. |
Name | Description | |
---|---|---|
AllowDBNull | Gets or sets a value that indicates whether null values are allowed in this column. | |
AutoIncrement | Gets or sets a value that indicates whether the column automatically increments the value of the column for new rows added to the table. | |
AutoIncrementSeed | Gets or sets the starting value for a column that has its AutoIncrement property set to true. | |
AutoIncrementStep | Gets or sets the increment used by a column with its AutoIncrement property set to true. | |
Caption | Gets or sets the caption for the column. | |
ColumnEscapedName | Gets the name of the column removing spaces and invalid characters. | |
ColumnMapping | Gets or sets how the column data is saved to XML. | |
ColumnName | Gets or sets the name of this DataColumn. | |
DataType | Gets or sets the System.Type of value stored in this DataColumn. | |
DefaultValue | Gets or sets the default value stored in this DataColumn when a new DataRow object is created. | |
Expression | Gets or sets a string that specifies an expression used to calculate values in this DataColumn. | |
ExtendedProperties | Gets a collection of custom user information associated with this NamedObject. (Inherited from C1.Silverlight.Data.NamedObject) | |
MaxLength | Gets or sets the maximum length of a text column. If the column has no maximum length, the value is –1 (default). | |
Name | Gets or sets the object's name. (Inherited from C1.Silverlight.Data.NamedObject) | |
Ordinal | Gets the position of this DataColumn in the parent table. | |
ReadOnly | Gets or sets a value that determines whether this DataColumn is read-only. | |
Table | Gets a reference to the DataTable that contains this DataColumn. |
Name | Description | |
---|---|---|
PropertyChanged | Fires when the value of a property changes. |