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

◆ Size

int System.Data.Common.DbSchemaRow.Size
getpackage

Definition at line 27 of file DbSchemaRow.cs.

28 {
29 get
30 {
32 if (!Convert.IsDBNull(value))
33 {
35 }
36 return 0;
37 }
38 }
readonly DbSchemaTable _schemaTable
Definition DbSchemaRow.cs:8
static CultureInfo InvariantCulture