| AkResultSetGetDate Method (Int32, String) |
返回指定行指定列的日期值。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic DateTime GetDate(
int row,
string name
)
Parameters
- row
- Type: SystemInt32
行索引。 - name
- Type: SystemString
列名称。
Return Value
Type:
DateTime日期值。
See Also