Method | Description | |
---|---|---|
GetSchemaAndBuildAssembly ( |
Gets the schema and builds the assembly.
|
Method | Description | |
---|---|---|
BuildAssembly ( |
Builds the assembly described by the AssemblyName.
|
|
GenerateCode ( string typeName, string @namespace, IEnumerable |
Generates the code to build the typed data context.
|
|
GetModel ( |
Build a model of the current Azure storage account. This model will be used to generate the typed code as well as the schema needed by LINQPad.
|
|
GetSchema ( IEnumerable |
Transforms the model based on CloudTable instances into a schema based on ExplorerItem instances for LINQPad.
|
|
GetType ( EdmType type ) : string |
Gets the C# type equivalent of an entity data model (Edm) type.
|
public static GetSchemaAndBuildAssembly ( |
||
properties | The current configuration. | |
driverFolder | string | The driver folder. Used to resolve dependencies. |
name | The |
|
@namepace | string | |
typeName | string | Name of the type of the typed data context. |
return | List |