Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

SqlBuilderEntry<(Of <(<'TDbType>)>)>..::..UseClrNameAsAlias Property

Gets a value indicating whether the SQL generator should produce an AS clause for this column.

Namespace:  Tortuga.Chain.CommandBuilders
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public bool UseClrNameAsAlias { get; set; }
Public Property UseClrNameAsAlias As Boolean
	Get
	Set
public:
property bool^ UseClrNameAsAlias {
	bool^ get ();
	void set (bool^ value);
}

Remarks


This is used when the actual column name doesn't match the CLR-compatible version of the column name. This could happen when the real column name has spaces.