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

valuenullableuniqueidentifier() public method

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