UseCursorSchema Property

Specifies a default setting to use for the lUseCursorSchema parameter in the CursorFill Method. Available at design time and run time.

CursorAdapter.UseCursorSchema [ = lValue]

Return Value

  • lValue
    Logical data type. The following table specifies the values for lValue.

    lValue

    Description

    False (.F.)

    (Default) A logical False (.F.) is used by default for the lUseCursorschema parameter in the CursorFill method.

    CursorFill creates the cursor using the data types as normally determined by Visual FoxPro according to the CursorAdapter DataSourceType Property.

    True (.T.)

    A logical True (.T.) is used by default for the lUseCursorschema parameter in the CursorFill method.

Remarks

Applies To: CursorAdapter Class.

The value specified by this property is used by the CursorFill method when the lUseCursorSchema parameter is omitted in the method. This property is ignored if the lUseCursorSchema parameter is included in the CursorFill method.

See Also

Reference

CursorFill Method

NoData Property