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

◆ IsExpression

bool System.Data.Common.DbSchemaRow.IsExpression
getpackage

Definition at line 184 of file DbSchemaRow.cs.

185 {
186 get
187 {
188 if (_schemaTable.IsExpression != null)
189 {
191 if (!Convert.IsDBNull(value))
192 {
193 return Convert.ToBoolean(value, CultureInfo.InvariantCulture);
194 }
195 }
196 return false;
197 }
198 }
readonly DbSchemaTable _schemaTable
Definition DbSchemaRow.cs:8
static CultureInfo InvariantCulture

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