C#C++F#VB
TableStorageModel Class
Represents a data model that will be used by OData for table transactions.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.Data.Edm.Library.::..EdmElement
Microsoft.Data.Edm.Library.::..EdmModelBase
Microsoft.Data.Edm.Library.::..EdmModel
Microsoft.WindowsAzure.Storage.Table.::..TableStorageModel
Syntax
type TableStorageModel = class inherit EdmModel interface IEdmModel interface IEdmElement end
Constructors
Name | Description | |
---|---|---|
TableStorageModel(String)(String^)(String)(String) | Initializes a new instance of the TableStorageModel class. |
Properties
Methods
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEdmModel.::..FindDeclaredType(String)(String^)(String)(String) | Searches for a type with the given name in this model and creates a new type if no such type exists. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.