BncsDatabase.GetValue Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Bncs Namespace > BncsDatabase Class > BncsDatabase Methods >

BncsDatabase.GetValue Method

Retrieves the value at the specified index from the database.

Namespace: BNCS.Core.DriverFramework.Bncs
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public string GetValue(
 uint index
)

Parameters

index

Type: UInt32
The index of the value to retrieve.

Return Value

The value at the specified index.

 

Exceptions


Exception

Condition

[ArgumentOutOfRangeException]

Thrown when the requested slot index is not initialized for this database.

 

See Also


BncsDatabase Class

BNCS.Core.DriverFramework.Bncs Namespace