'Declaration Public Overridable Function CanStore( _
ByVal typeТип данных.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
- Тип данных.
Return Value
True, если данные указанного типа могут храниться в хранилище данных; в противном случае - False.