2 references to InitialCatalog
System.Data.OleDb (2)
OleDbConnection.cs (2)
101
object? value = (null != constr) ? constr.
InitialCatalog
: string.Empty;
119
value = (null != constr) ? constr.
InitialCatalog
: string.Empty;