DbReaderNameIndex Property |
data
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic Dictionary<string, int> NameIndex { get; }
Public ReadOnly Property NameIndex As Dictionary(Of String, Integer)
Get
public:
virtual property Dictionary<String^, int>^ NameIndex {
Dictionary<String^, int>^ get () sealed;
}
abstract NameIndex : Dictionary<string, int> with get
override NameIndex : Dictionary<string, int> with get
Property Value
Type:
DictionaryString,
Int32Implements
IDbReaderNameIndex
See Also