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