ModelDataColumn Members

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

ModelDataColumn Members

Public Instance Properties

AllowDBNull (inherited from DataColumn)Gets or sets a value indicating whether null values are allowed in this column for rows belonging to the table.
AutoIncrement (inherited from DataColumn)Gets or sets a value indicating whether the column automatically increments the value of the column for new rows added to the table.
AutoIncrementSeed (inherited from DataColumn)Gets or sets the starting value for a column that has its AutoIncrement property set to true .
AutoIncrementStep (inherited from DataColumn)Gets or sets the increment used by a column with its AutoIncrement property set to true .
Caption (inherited from DataColumn)Gets or sets the caption for the column.
ColumnMapping (inherited from DataColumn)Gets or sets the MappingType of the column.
ColumnName (inherited from DataColumn)Gets or sets the name of the column in the DataColumnCollection.
Container (inherited from MarshalByValueComponent)Gets the container for the component.
DataType (inherited from DataColumn)Gets or sets the type of data stored in the column.
DefaultValue (inherited from DataColumn)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 (inherited from DataColumn) Gets or sets the expresssion used to filter rows, calculate the values in a column, or create an aggregate column.
ExtendedProperties (inherited from DataColumn)Gets the collection of custom user information.
MaxLength (inherited from DataColumn)Gets or sets the maximum length of a text column.
Namespace (inherited from DataColumn)Gets or sets the namespace of the DataColumn.
Ordinal (inherited from DataColumn)Gets the position of the column in the DataColumnCollection collection.
Prefix (inherited from DataColumn)Gets or sets an XML prefix that aliases the namespace of the DataTable.
ReadOnly (inherited from DataColumn)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 (inherited from DataColumn)Gets the DataTable to which the column belongs to.
TerminalAttributeEnabledGets whether the terminal attributes are enabled for a field.
Unique (inherited from DataColumn)Gets or sets a value indicating whether the values in each row of the column must be unique.

Public Instance Methods

Dispose (inherited from MarshalByValueComponent) Releases all resources used by the MarshalByValueComponent .
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)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.
GetTerminalAttributesGets the terminal attributes of an element in a record.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from DataColumn)Gets the Expression of the column, if one exists.

Public Instance Events

Disposed (inherited from MarshalByValueComponent)Adds an event handler to listen to the Disposed event on the component.

See Also

ModelDataColumn Class | WRQ.Verastream.HostIntegrator Namespace