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

◆ BaseSchemaName

string System.Data.Common.DbSchemaRow.BaseSchemaName
getpackage

Definition at line 88 of file DbSchemaRow.cs.

89 {
90 get
91 {
92 if (_schemaTable.BaseSchemaName != null)
93 {
95 if (!Convert.IsDBNull(obj))
96 {
97 return Convert.ToString(obj, CultureInfo.InvariantCulture);
98 }
99 }
100 return string.Empty;
101 }
102 }
readonly DbSchemaTable _schemaTable
Definition DbSchemaRow.cs:8
static CultureInfo InvariantCulture

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