Click or drag to resize

SqlColumnBaseDefinitionOperationsSettings Class

Settings used to customize the way a column should be used in various query operations.
Inheritance Hierarchy
SystemObject
  MicaSystems.UtilsSqlColumnBaseDefinitionOperationsSettings

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public class SqlColumnBaseDefinitionOperationsSettings

The SqlColumnBaseDefinitionOperationsSettings type exposes the following members.

Constructors
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
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsT
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.)
Public Extension MethodEqualsAll
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.)
Public Extension MethodEqualsAny
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.)
Public Extension MethodGetString
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.)
Public Extension MethodIsGenericListOverloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.)
Public Extension MethodIsGenericList(Type)Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.)
Public Extension MethodSerializeOverloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerialize(String)Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerializeJsonOverloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(ListType)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(DataContractJsonSerializerSettings)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Top
See Also