Click or drag to resize

SqlColumnBaseDefinitionOperationsSettings Properties

The SqlColumnBaseDefinitionOperationsSettings type exposes the following members.

Properties
  NameDescription
Public propertyEquivalentFilterNullAndEmptyTextValues
Filters checking for empty text of null valeus will always check for both.
Public propertyFullTextSearchEnabled
Gets or sets a value indicating whether Full-Text searches can be used on indexed content related to the column.
Public propertyGroupNullAndEmptyTextValues
Will use COALESCE in group queries. Only for text fields.
Public propertyOperationGroup_SubValueIndex
Use -1 to get last (-1 = last, 0 = first, 1 = second)
Public propertyOperationGroup_SubValueName
Name use to return value from query
Public propertyOperationGroup_SubValuesSeparator
Second level values separator.
Public propertyOperationGroup_TargetTableColumnName
Will return this column value by group (with each linked row in target table).
Public propertyOperationGroup_TargetTableName
Will link splitted ids for query groups, with another table rows (using PF_Id).
Public propertyOperationGroup_ValuesSeparator
First level values separator.
Public propertyOperationsAlternativeColumn_Filter
Gets or sets the alternative SQL column name to use for WHERE clause.
Public propertyOperationsAlternativeColumn_Group
Gets or sets the alternative SQL column name to use for GROUP BY clause.
Public propertyOperationsAlternativeColumn_Order
Gets or sets the alternative SQL column name to use for ORDER BY clause.
Top
See Also