4 references to IsRowVersion
System.Data (4)
fx\src\data\System\Data\Common\DBSchemaTable.cs (1)
54SchemaTableOptionalColumn.IsRowVersion,
fx\src\data\System\Data\DataTableReader.cs (1)
618DataColumn IsRowVersion = new DataColumn(SchemaTableOptionalColumn.IsRowVersion, typeof(System.Boolean));
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
444DataColumn IsRowVersion = new DataColumn(SchemaTableOptionalColumn.IsRowVersion, typeof(System.Boolean));
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
484DataColumn IsRowVersion = new DataColumn(SchemaTableOptionalColumn.IsRowVersion, typeof(System.Boolean));