Blog
Public properties of DbParameterBase Class members and Public properties of SQLite Text Class Members
In this blog I have discussed the public properties of DbParameterBase Class members and SQLite Text Class Members. Some of the Public properties of DbParameterBase class members are ToSring, GetLifeTimeService, CreateObjRef and the Public properties of SQLite Text Class Members are CanRead, Position, value.
Public properties of DbParameterBase Class
members
The Public methods of DbParameterBase Class members
are as follows:
ToString: It can be overidden. It obtains the name of the DbParameterBase.
GetLifetimeService: It regain the present lifetime service object that
manages the lifetime policy for this instance. Its base class is
System.MarshalByRefObject.
CreateObjRef: It generates an object that consist of all the relevant
information which is needed to craete a proxy used to establish relation with a
remote object. The base class of this method is
System.MarshalByRefObject.
CopyTo: It duplicates all properties of an object of DbParameterBase to
other DbParameterBase object.
ResetDbType: It again fixed the DbType property to its previous settings.
InitializeLifetimeService: It gets a lifetime service object for managing
the lifetime policy for a given instance.
Public properties of SQLite Text Class Members
CanRead: It obtains a value that represents whether the SQLiteBlob stream is
readable or not. The base class of this property is SQLiteBlob.
Position: It obtains the present read position in the SQLiteBlob stream.
Value: It obtains the string that is placed in the given SQLiteText object.
Length: It obtains the SQLiteBlob's size.
IsEmpty: It obtains a value that represents whether the SQLiteBlob is empty
or not.
CanTimeout : It obtains a value that investigate whether the present stream
can time out. Its base class is System.IO.Stream.