Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Data
ValueVisitor
C# Class Data.ValueVisitor
Exibir arquivo
Open project: hogeschool/INFDEV03-5
Class Usage Examples
Public Methods
Method
Description
IsEmpty
(
DBInteger
x
) :
bool
IsEmpty
(
DBNull
x
) :
bool
IsEmpty
(
DBReal
x
) :
bool
IsEmpty
(
DBString
x
) :
bool
IsEmpty
(
EmptyResult
x
) :
bool
Method Details
IsEmpty()
public
method
public
IsEmpty
(
DBInteger
x
) :
bool
x
DBInteger
return
bool
IsEmpty()
public
method
public
IsEmpty
(
DBNull
x
) :
bool
x
DBNull
return
bool
IsEmpty()
public
method
public
IsEmpty
(
DBReal
x
) :
bool
x
DBReal
return
bool
IsEmpty()
public
method
public
IsEmpty
(
DBString
x
) :
bool
x
DBString
return
bool
IsEmpty()
public
method
public
IsEmpty
(
EmptyResult
x
) :
bool
x
EmptyResult
return
bool