Data.ValueVisitor.IsEmpty C# (CSharp) Method

IsEmpty() public method

public IsEmpty ( DBInteger x ) : bool
x DBInteger
return bool
        public bool IsEmpty(DBInteger x)
        {
            return false;
        }

Same methods

ValueVisitor::IsEmpty ( DBNull x ) : bool
ValueVisitor::IsEmpty ( DBReal x ) : bool
ValueVisitor::IsEmpty ( DBString x ) : bool
ValueVisitor::IsEmpty ( EmptyResult x ) : bool
ValueVisitor