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

ConstructibleMaterializer<(Of <(<'TCommand, TParameter, TResult, TObject>)>)>..::..ExceptProperties Method

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

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

Syntax


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

Parameters

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