public void NullSafeSet(DbCommand cmd, object value, int index, ISessionImplementor session) { StateUserTypeConverter converter = GetConverter(); converter.Set(cmd, value, index, session); }
public void NullSafeSet(IDbCommand cmd, object value, int index) { StateUserTypeConverter converter = GetConverter(); converter.Set(cmd, value, index); }