SqlDataDictionary.tableEmpty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
tableEmpty(Int32) |
Returns true if table is not empty; otherwise false. |
tableEmpty(Int32, String) | |
tableEmpty(Int32, String, Boolean) |
tableEmpty(Int32)
Returns true if table is not empty; otherwise false.
public:
virtual bool tableEmpty(int num1);
public virtual bool tableEmpty (int num1);
abstract member tableEmpty : int -> bool
override this.tableEmpty : int -> bool
Public Overridable Function tableEmpty (num1 As Integer) As Boolean
Parameters
- num1
- Int32
Returns
true if the table empty; otherwise, false.
Applies to
tableEmpty(Int32, String)
public:
virtual bool tableEmpty(int num1, System::String ^ text1);
public virtual bool tableEmpty (int num1, string text1);
abstract member tableEmpty : int * string -> bool
override this.tableEmpty : int * string -> bool
Public Overridable Function tableEmpty (num1 As Integer, text1 As String) As Boolean
Parameters
- num1
- Int32
- text1
- String
Returns
Applies to
tableEmpty(Int32, String, Boolean)
public:
virtual bool tableEmpty(int _tableId, System::String ^ _company, bool _not_this_company);
public virtual bool tableEmpty (int _tableId, string _company, bool _not_this_company);
abstract member tableEmpty : int * string * bool -> bool
override this.tableEmpty : int * string * bool -> bool
Public Overridable Function tableEmpty (_tableId As Integer, _company As String, _not_this_company As Boolean) As Boolean
Parameters
- _tableId
- Int32
If true excludes records that belongs to the company from the query; optional. By default, false.
- _company
- String
If true excludes records that belongs to the company from the query; optional. By default, false.
- _not_this_company
- Boolean