IMasterDetailMaterializer<(Of <(<'TResult>)>)>..::..ExceptProperties Method
Excludes the properties from the list of what will be populated in the object.
Namespace:
Tortuga.ChainAssembly: 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.