Click or drag to resize
NbDatabaseImplSelectForReader Method
SELECT を発行する

Namespace: Nec.Nebula.Internal.Database
Assembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public SQLiteDataReader SelectForReader(
	string table,
	string[] projection = null,
	string where = null,
	Object[] whereArgs = null,
	int offset = -1,
	int limit = -1
)

Parameters

table
Type: SystemString
テーブル名
projection (Optional)
Type: SystemString
Projection
where (Optional)
Type: SystemString
WHERE
whereArgs (Optional)
Type: SystemObject
WHERE引数
offset (Optional)
Type: SystemInt32
Offset
limit (Optional)
Type: SystemInt32
Limit

Return Value

Type: SQLiteDataReader
Reader
Exceptions
ExceptionCondition
ArgumentNullExceptionテーブル名がnull
Version Information

Offline

Supported in: 1.0
See Also