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

IColumnSelectingMaterializer<(Of <(<'TResult>)>)>..::..ExceptProperties Method

Excludes the properties from the list of what will be populated in the object.

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

Syntax


ILink<TResult> ExceptProperties(
	params string[] propertiesToOmit
)
Function ExceptProperties ( _
	ParamArray propertiesToOmit As String() _
) As ILink(Of TResult)
ILink<TResult>^ ExceptProperties(
	... array<String^>^ propertiesToOmit
)

Parameters

propertiesToOmit
Type: array<String>[]()[][]
The properties to omit.

Return Value

ILink<TResult>.

Remarks


This feature is not available for all command builders. For example, those that bind to a stored procedure may ignore this option.