Sets the State to one of the DBObjectState values.
[Visual Basic] Protected Sub SetObjectState( _ ByVal state As DBObjectState _ ) [C#] protected void SetObjectState( DBObjectState state ); [C++] protected: void SetObjectState( DBObjectState state ); [JScript] protected function SetObjectState( state : DBObjectState );
DBConnection Class | DBConnection Members | System.Data.Internal Namespace