DataColumn Members
Public Constructors
DataColumn Constructor Supported by the .NET Compact Framework. | Overloaded. Initializes a new instance of the DataColumn class. |
Public Properties
AllowDBNull Supported by the .NET Compact Framework. | Gets or sets a value indicating whether null values are allowed in this column for rows belonging to the table. |
AutoIncrement Supported by the .NET Compact Framework. | Gets or sets a value indicating whether the column automatically increments the value of the column for new rows added to the table. |
AutoIncrementSeed Supported by the .NET Compact Framework. | Gets or sets the starting value for a column that has its AutoIncrement property set to true. |
AutoIncrementStep Supported by the .NET Compact Framework. | Gets or sets the increment used by a column with its AutoIncrement property set to true. |
Caption Supported by the .NET Compact Framework. | Gets or sets the caption for the column. |
ColumnMapping Supported by the .NET Compact Framework. | Gets or sets the MappingType of the column. |
ColumnName Supported by the .NET Compact Framework. | Gets or sets the name of the column in the DataColumnCollection. |
Container (inherited from MarshalByValueComponent) | Gets the container for the component. |
DataType Supported by the .NET Compact Framework. | Gets or sets the type of data stored in the column. |
DefaultValue Supported by the .NET Compact Framework. | Gets or sets the default value for the column when creating new rows. |
DesignMode (inherited from MarshalByValueComponent) | Gets a value indicating whether the component is currently in design mode. |
Expression Supported by the .NET Compact Framework. | Gets or sets the expression used to filter rows, calculate the values in a column, or create an aggregate column. |
ExtendedProperties Supported by the .NET Compact Framework. | Gets the collection of custom user information associated with a DataColumn. |
MaxLength Supported by the .NET Compact Framework. | Gets or sets the maximum length of a text column. |
Namespace Supported by the .NET Compact Framework. | Gets or sets the namespace of the DataColumn. |
Ordinal Supported by the .NET Compact Framework. | Gets the position of the column in the DataColumnCollection collection. |
Prefix Supported by the .NET Compact Framework. | Gets or sets an XML prefix that aliases the namespace of the DataTable. |
ReadOnly Supported by the .NET Compact Framework. | Gets or sets a value indicating whether the column allows changes once a row has been added to the table. |
Site (inherited from MarshalByValueComponent) | Gets or sets the site of the component. |
Table Supported by the .NET Compact Framework. | Gets the DataTable to which the column belongs to. |
Unique Supported by the .NET Compact Framework. | Gets or sets a value indicating whether the values in each row of the column must be unique. |
Public Methods
Dispose (inherited from MarshalByValueComponent) | Overloaded. Releases the resources used by the MarshalByValueComponent. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetService (inherited from MarshalByValueComponent) | Gets the implementer of the IServiceProvider. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
ToString Supported by the .NET Compact Framework. | Overridden. Gets the Expression of the column, if one exists. |
Public Events
Disposed (inherited from MarshalByValueComponent) | Adds an event handler to listen to the Disposed event on the component. |
Protected Properties
Events (inherited from MarshalByValueComponent) | Gets the list of event handlers that are attached to this component. |
Protected Methods
Dispose (inherited from MarshalByValueComponent) | Overloaded. Releases the resources used by the MarshalByValueComponent. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |

