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

◆ IsKey

bool System.Data.Common.DbSchemaRow.IsKey
getpackage

Definition at line 168 of file DbSchemaRow.cs.

169 {
170 get
171 {
172 if (_schemaTable.IsKey != null)
173 {
175 if (!Convert.IsDBNull(value))
176 {
177 return Convert.ToBoolean(value, CultureInfo.InvariantCulture);
178 }
179 }
180 return false;
181 }
182 }
readonly DbSchemaTable _schemaTable
Definition DbSchemaRow.cs:8
static CultureInfo InvariantCulture

Referenced by System.Data.Common.DbCommandBuilder.BuildInformation(), and System.Data.Common.DbCommandBuilder.IncrementWhereCount().