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