Method | Description | |
---|---|---|
CqlEntityAttribute ( string name ) : System |
Initializes a new instance of the CqlEntityAttribute class.
|
|
CqlEntityAttribute ( string keySpace, string name ) : System |
Initializes a new instance of the CqlEntityAttribute class.
|
public CqlEntityAttribute ( string name ) : System | ||
name | string | The name. |
return | System |
public CqlEntityAttribute ( string keySpace, string name ) : System | ||
keySpace | string | The key space. |
name | string | The name. |
return | System |