Amazon.DynamoDBv2.Model.GetItemRequest.IsSetExpressionAttributeNames C# (CSharp) Method

IsSetExpressionAttributeNames() private method

private IsSetExpressionAttributeNames ( ) : bool
return bool
        internal bool IsSetExpressionAttributeNames()
        {
            return this._expressionAttributeNames != null && this._expressionAttributeNames.Count > 0; 
        }