TCustomClrDataSet.Open(String,Variant[],TFieldType[]) Method

<< Click to Display Table of Contents >>

Navigation:  ADONetVCL > Symbol Reference > CNClrLib.ADONet.Client > Classes > TCustomClrDataSet > Methods >

TCustomClrDataSet.Open(String,Variant[],TFieldType[]) Method

Executes the specified SQL statement with specified parameter values and field types and opens dataset.

 

Namespace: CNClrLib.ADONet.Client

expandingSyntax

Parameters

ACommandText

Type: String

AParams

Type: array of Variant

ATypes

Type: array of TFieldType

expandingSee Also