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

GETVALUEBIT() public method

Gets the bit value associated with the specified key.
public GETVALUEBIT ( string key ) : bool?
key string The key of the value to get.
return bool?
        public bool? GETVALUEBIT(string key)
        {
            return GetValueBit(key);
        }
    }
SQLNET