'Declaration Public Function New( _ ByVal sourceSupportDBNull As Boolean, _ ByVal targetType As Type _ )
'Usage Dim sourceSupportDBNull As Boolean Dim targetType As Type Dim instance As New SourceDataConverterValidationRule(sourceSupportDBNull, targetType)
public SourceDataConverterValidationRule( bool sourceSupportDBNull, Type targetType )
Parameters
- sourceSupportDBNull
- true if the source supports DBNull values, false otherwise.
- targetType
- The Type to which values are to be converter.