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

◆ BaseServerName

string System.Data.Common.DbSchemaRow.BaseServerName
getpackage

Definition at line 56 of file DbSchemaRow.cs.

57 {
58 get
59 {
60 if (_schemaTable.BaseServerName != null)
61 {
63 if (!Convert.IsDBNull(obj))
64 {
65 return Convert.ToString(obj, CultureInfo.InvariantCulture);
66 }
67 }
68 return string.Empty;
69 }
70 }
readonly DbSchemaTable _schemaTable
Definition DbSchemaRow.cs:8
static CultureInfo InvariantCulture

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