Z.Expressions.SqlServer.Eval.SQLNET.VALUENULLABLEDATETIME C# (CSharp) Method

VALUENULLABLEDATETIME() public method

Add or update a binary value associated with the specified key.
public VALUENULLABLEDATETIME ( SqlString key, SqlDateTime value ) : SQLNET
key System.Data.SqlTypes.SqlString The key of the value to add or update.
value System.Data.SqlTypes.SqlDateTime The binary value to add or update associated with the specified key.
return SQLNET
        public SQLNET VALUENULLABLEDATETIME(SqlString key, SqlDateTime value)
        {
            return ValueNullableDateTime(key, value);
        }
    }
SQLNET