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

IMasterDetailMaterializer<(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


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

Parameters

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

Return Value

IMasterDetailConstructibleMaterializer<TResult>.