Click or drag to resize

SqlColumnBaseDefinition Properties

The SqlColumnBaseDefinition type exposes the following members.

Properties
  NameDescription
Public propertyAdaptFilter
Gets or sets an optionnal method that customizes filters before their insertion in an SQL query.
Public propertyAllowNulls
Gets or sets a value indicating whether the column must accept NULL value.
Public propertyColumnName
Gets or sets the name of the column in the database.
Public propertyColumnType
Gets or sets the sql type of the column.
Public propertyComplexTypeAsString
Gets or sets a value identifying an advanced type of values.
Public propertyCreateAs
Gets or sets a custom column name for its creation.
Public propertyHasComplexValue
Gets or sets a value indicating whether this column contains values that must be loaded into a more complex object.
Public propertyIdentifierType
Gets or sets a special behavior of the column in the database.
Public propertyIndexGroup
Gets or sets the name of the index on this column.

Use this property to group multiple columns inside a same index.

Public propertyNeverSave
Gets or sets a value indicating whether this column must be skipped for each save operation.
Public propertyOperationsSettings
Gets or sets an object changing the way this column should be used in various query operations.
Public propertySize
Gets or sets the size of the column.
Public propertyType
Gets the .Net type corresponding to this column SQL type.
Public propertyUseMaxSize
Gets or sets a value indicating whether this column must use MAX size.

Ex : nvarchar(MAX).

Public propertyValueInitialization
Method to call each time a value of this column is loaded from the database and is being placed in its object.
Top
See Also