'Declaration Public Overridable Function CanStore( _
ByVal typeThe type of data.As System.Type _
) As Boolean
public virtual bool CanStore(
System.Type type
)
public: virtual bool CanStore(
System.Type* type
)
public:
virtual bool CanStore(
System.Type^ type
)
Parameters
- type
- The type of data.
Return Value
True if the data of specified type can be stored in the data storage; otherwise, false.