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

◆ DataType

Type System.Data.Common.DbSchemaRow.DataType
getpackage

Definition at line 248 of file DbSchemaRow.cs.

249 {
250 [RequiresUnreferencedCode("DataRow's DataType cannot be statically analyzed")]
251 get
252 {
253 if (_schemaTable.DataType != null)
254 {
256 if (!Convert.IsDBNull(obj))
257 {
258 return (Type)obj;
259 }
260 }
261 return null;
262 }
263 }
readonly DbSchemaTable _schemaTable
Definition DbSchemaRow.cs:8