de.sones.solutions.lib.owl.data.ODataItem.IsEmpty C# (CSharp) Method

IsEmpty() public method

public IsEmpty ( ) : bool
return bool
        public bool IsEmpty()
        {
            return bEmpty;
        }