Skip to content

Commit

Permalink
Updated documentation for 5.7.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveIves committed Apr 10, 2021
1 parent b33bbd5 commit 5c363df
Show file tree
Hide file tree
Showing 129 changed files with 6,125 additions and 5,638 deletions.
Binary file modified Documentation/CodeGen.chm
Binary file not shown.
Binary file modified Documentation/CodeGen.hsm
Binary file not shown.
8 changes: 4 additions & 4 deletions RepositoryAPI/RpsField.dbl
Original file line number Diff line number Diff line change
Expand Up @@ -2139,8 +2139,8 @@ namespace CodeGen.RepositoryAPI
;protected mVbType ,String ;VB.NET data type
;protected mVbDefault ,String ;VB default value
;protected mSqlType ,String ;SQL data type
;protected mSnType,String;Synergy .NET type
;protected mSnDefault,String;Synergy .NET default value
;protected mSnType ,String ;Synergy .NET type
;protected mSnDefault ,String ;Synergy .NET default value
;protected mMappedField ,String ;Mapped field name
;protected mMappingFunction ,String ;Mapping conversion function
;protected mUnmappingFunction ,String ;Mapping unconversion function
Expand All @@ -2149,8 +2149,8 @@ namespace CodeGen.RepositoryAPI
;protected mOriginalElement ,[#]int ;Original element #'s for expanded array fields
;protected mSqlName ,String ;SQL compatible name
;protected mOdbcName ,String ;ODBC compatible name
;protected mFieldNumber,int;Field number (for <FIELD#>)
;protected mLogicalFieldNumber,int;Field number (for <FIELD#LOGICAL>)
;protected mFieldNumber ,int ;Field number (for <FIELD#>)
;protected mLogicalFieldNumber ,int ;Field number (for <FIELD#LOGICAL>)

protected static mMappings, @DataMappings

Expand Down

0 comments on commit 5c363df

Please sign in to comment.