Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BaseCatalogName

string System.Data.Common.DbSchemaRow.BaseCatalogName
getpackage

Definition at line 72 of file DbSchemaRow.cs.

73 {
74 get
75 {
76 if (_schemaTable.BaseCatalogName != null)
77 {
79 if (!Convert.IsDBNull(obj))
80 {
81 return Convert.ToString(obj, CultureInfo.InvariantCulture);
82 }
83 }
84 return string.Empty;
85 }
86 }
readonly DbSchemaTable _schemaTable
Definition DbSchemaRow.cs:8
static CultureInfo InvariantCulture

Referenced by System.Data.Common.DbCommandBuilder.BuildInformation().