Example #1
0
 public object ConvertDataValueForThisProvider(object input)
 {
     return(SchemaGenerator.ConvertDataValueForThisProvider(input));
 }
Example #2
0
 public object ConvertDataValueForThisProvider(QueryParameter parameter)
 {
     return(parameter.ParameterValue == null ? DBNull.Value : SchemaGenerator.ConvertDataValueForThisProvider(parameter));
 }