This topic has not yet been rated - Rate this topic

SqlCeDataReader.IsCommandBehavior Method

Determines whether the specified CommandBehavior matches that of this SqlCeDataReader.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
protected bool IsCommandBehavior(
	CommandBehavior condition
)

Parameters

condition
Type: System.Data.CommandBehavior
The command behavior.

Return Value

Type: System.Boolean
true if the behaviors match; otherwise, false.
Did you find this helpful?
(1500 characters remaining)