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

◆ BaseTableName

string System.Data.Common.DbSchemaRow.BaseTableName
getpackage

Definition at line 104 of file DbSchemaRow.cs.

105 {
106 get
107 {
108 if (_schemaTable.BaseTableName != null)
109 {
111 if (!Convert.IsDBNull(obj))
112 {
113 return Convert.ToString(obj, CultureInfo.InvariantCulture);
114 }
115 }
116 return string.Empty;
117 }
118 }
readonly DbSchemaTable _schemaTable
Definition DbSchemaRow.cs:8
static CultureInfo InvariantCulture

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