Converts the value of the given field to the given convertToType.
Converts the value of the given field to the given convertToType.
public ConvertTo(Field,SqlDbType,Nullable<T>,Int32);
Converts the value of the given field to the given convertToType.
public ConvertTo(Field,SqlDbType,Nullable<T>,Nullable<T>);
Converts the value of the given string to the given convertToType.
public ConvertTo(String,SqlDbType,Nullable<T>,Nullable<T>);
Converts the given value to the given convertToType.
public ConvertTo(ValueType,SqlDbType,Nullable<T>,Nullable<T>);
ConvertTo Class | DomainObjects.Facade.Command.Function Namespace