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