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

◆ IsUnique

bool System.Data.Common.DbSchemaRow.IsUnique
getpackage

Definition at line 136 of file DbSchemaRow.cs.

137 {
138 get
139 {
140 if (_schemaTable.IsUnique != null)
141 {
143 if (!Convert.IsDBNull(value))
144 {
145 return Convert.ToBoolean(value, CultureInfo.InvariantCulture);
146 }
147 }
148 return false;
149 }
150 }
readonly DbSchemaTable _schemaTable
Definition DbSchemaRow.cs:8
static CultureInfo InvariantCulture

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