Skip to content

How to Load the table Dynamically #44

@CLOUDFIRE91

Description

@CLOUDFIRE91

I am new to DynamoDB.I am using Unity 2019. I am loading the table (HighLevelTableExample.cs)
through this method.

DynamoDBTable("mydynamodbtablename")]
public class HighLevelTableExample : DynamoDbBaseExample
{
public string S_tablefieldset;

.... }

Actually i have to dynamically Load a table . That means

DynamoDBTabl(MyDesiredTable)]

Instead of hotcode the table name. When i pass the table name in arguments. The table should load . How can i do it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions