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

CACHEDELEGATECOUNT() public static method

Get the cache delegate count.
public static CACHEDELEGATECOUNT ( ) : int
return int
        public static int CACHEDELEGATECOUNT()
        {
            return CacheDelegateCount();
        }
SQLNET