Click or drag to resize

ShadowFilteringGenShadowValue Method (Object, ShadowAlgorithm)

Applies the ShadowAlgorithm to val to generate a ShadowColumn value should be used to store and filter.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GenShadowValue(
	Object val,
	ShadowAlgorithm algorithm
)

Parameters

val
Type: SystemObject
The un-shadowed value that will be treated as a string.
algorithm
Type: NetQuarry.DataShadowAlgorithm
The algorithm to apply.

Return Value

Type: String
The transformed value appropriate for shadowing.
See Also