7 references to IsEmpty
System.Data (7)
fx\src\data\System\Data\Odbc\OdbcPermission.cs (1)
41
if ((null == constr) || constr.
IsEmpty
) {
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
91
Debug.Assert((null != constr) && !constr.
IsEmpty
, "empty connectionstring");
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (1)
104
if (!
IsEmpty
) {
fx\src\data\System\Data\OleDb\OleDbPermission.cs (1)
44
if ((null == constr) || constr.
IsEmpty
) {
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (1)
308
if ((null == connectionOptions) || connectionOptions.
IsEmpty
) {
fx\src\data\System\Data\SqlClient\SqlClientPermission.cs (1)
39
if ((null == constr) || constr.
IsEmpty
) {
fx\src\data\System\Data\SqlClient\SqlConnectionFactory.cs (1)
227
if (connectionOptions.
IsEmpty
) {