3 references to IsEmpty
System.Data.OleDb (3)
OleDbConnectionInternal.cs (1)
69
Debug.Assert((null != constr) && !constr.
IsEmpty
, "empty connectionstring");
OleDbConnectionString.cs (1)
96
if (!
IsEmpty
)
System\Data\ProviderBase\DbConnectionHelper.cs (1)
255
if ((null == connectionOptions) || connectionOptions.
IsEmpty
)