Base:
property
this
System.Data.Common.DbDataReader.this[System.String]
Implemented interface member:
property
this
System.Data.IDataRecord.this[System.String]
1 override of
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
185public override object this[string strName] {
23 references to
System.Data (20)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (20)
2825p.ParameterName = (string) r[colNames[(int)ProcParamsColIndex.ParameterName]]; 2829p.SqlDbType = (SqlDbType)(short)r[colNames[(int)ProcParamsColIndex.ManagedDataType]]; 2852p.SqlDbType = MetaType.GetSqlDbTypeFromOleDbType((short)r[colNames[(int)ProcParamsColIndex.DataType]], 2853ADP.IsNull(r[colNames[(int)ProcParamsColIndex.TypeName]]) ? 2855(string)r[colNames[(int)ProcParamsColIndex.TypeName]]); 2859object a = r[colNames[(int)ProcParamsColIndex.CharacterMaximumLength]]; 2876p.Direction = ParameterDirectionFromOleDbDirection((short)r[colNames[(int)ProcParamsColIndex.ParameterType]]); 2879p.ScaleInternal = (byte) ((short)r[colNames[(int)ProcParamsColIndex.NumericScale]] & 0xff); 2880p.PrecisionInternal = (byte)((short)r[colNames[(int)ProcParamsColIndex.NumericPrecision]] & 0xff); 2890udtTypeName = (string)r[colNames[(int)ProcParamsColIndex.TypeName]]; 2893udtTypeName = (string)r[colNames[(int)ProcParamsColIndex.UdtTypeName]]; 2897p.UdtTypeName = r[colNames[(int)ProcParamsColIndex.TypeCatalogName]]+"."+ 2898r[colNames[(int)ProcParamsColIndex.TypeSchemaName]]+"."+ 2908p.TypeName = r[colNames[(int)ProcParamsColIndex.TypeCatalogName]]+"."+ 2909r[colNames[(int)ProcParamsColIndex.TypeSchemaName]]+"."+ 2910r[colNames[(int)ProcParamsColIndex.TypeName]]; 2917value = r[colNames[(int)ProcParamsColIndex.XmlSchemaCollectionCatalogName]]; 2920value = r[colNames[(int)ProcParamsColIndex.XmlSchemaCollectionSchemaName]]; 2923value = r[colNames[(int)ProcParamsColIndex.XmlSchemaCollectionName]]; 2928object value = r[colNames[(int)ProcParamsColIndex.DateTimeScale]];
System.WorkflowServices (3)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (3)
885bool isXml = ((int)reader["isXml"] == 0 ? false : true); 890serializedInstance = reader["instanceXml"]; 894serializedInstance = reader["instance"];